FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package eng.fhir.profile.dev#0.0.7-beta (63 ms)

Package eng.fhir.profile.dev
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=eng.fhir.profile.dev@0.0.7-beta&canonical=https://eng.it/fhir/StructureDefinition/Bundle_WL_SO
Url https://eng.it/fhir/StructureDefinition/Bundle_WL_SO
Status draft
Date 2023-05-17T15:13:31.6270141+00:00
Name Bundle_WL_SO
Experimental False
Authority hl7
Type Bundle
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
https://eng.it/fhir/StructureDefinition/Condition_Eng Condition_Eng
https://eng.it/fhir/StructureDefinition/Encounter_WL_Eng Encounter_WL_Eng
https://eng.it/fhir/StructureDefinition/MessageHeader_WL_so_Eng MessageHeader_WL_so_Eng
https://eng.it/fhir/StructureDefinition/Procedure_Eng Procedure_Eng


Source

{
  "resourceType" : "StructureDefinition",
  "url" : "https://eng.it/fhir/StructureDefinition/Bundle_WL_SO",
  "name" : "Bundle_WL_SO",
  "status" : "draft",
  "date" : "2023-05-17T15:13:31.6270141+00:00",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Bundle",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Bundle",
        "path" : "Bundle",
        "comment" : "Questo tipo di Bundle conterrà le risorse:\r\n\r\n* MessageHeader_WL_so\r\n\r\n* Encounter_WL\r\n\r\n* Condition e/o Procedure\r\n\r\nIl MessageHeader_WL_so può avere come eventCoding.code i seguenti:\r\n\r\n* BAR_P10 --> inserimento asa/rischio clinico \r\n\r\n* BAR_P01 --> inserimento diagnosi intervento",
        "constraint" : [
          {
            "key" : "bundle-wl-so",
            "severity" : "error",
            "human" : "Per questo tipo di Bundle sono obbligatorie le risorse MessageHeader, Encounter, Condition e/o Procedure",
            "expression" : "entry.resource.ofType(MessageHeader).exists() and entry.resource.ofType(Encounter).exists() and (entry.resource.ofType(Condition).exists() or entry.resource.ofType(Procedure).exists())"
          }
        ]
      },
      {
        "id" : "Bundle.type",
        "path" : "Bundle.type",
        "definition" : "Indica lo scopo di questo bundle, ovvero come si intende utilizzarlo.",
        "comment" : "Impostato valore fisso a message, per questo tipo di Bundle",
        "fixedCode" : "message"
      },
      {
        "id" : "Bundle.timestamp",
        "path" : "Bundle.timestamp",
        "short" : "Quando il bundle è stato assemblato",
        "definition" : "La data/ora in cui il bundle è stato assemblato, ovvero quando le risorse sono state inserite nel bundle.",
        "comment" : "Per molti bundle, il timestamp è uguale a .meta.lastUpdated, perché non sono memorizzati (ad esempio, i risultati di ricerca). Quando un bundle viene inserito in un archivio persistente, .meta.lastUpdated verrà solitamente modificato dal server. Quando il bundle è un messaggio, un agente middleware che modifica il messaggio (anche se non memorizzato) DOVREBBE aggiornare .meta.lastUpdated. .timestamp è usato per tracciare l'ora originale del bundle e DOVREBBE essere popolato. \r\n\r\nUtilizzo:\r\n\r\n* document : la data di creazione del documento. Nota: la composizione può essere precedente al documento o essere associata a più documenti. La data della composizione - l'ora di creazione - può essere precedente all'ora di assemblaggio del documento.\r\n* messaggio: la data in cui il contenuto del messaggio è stato assemblato. Questa data non viene modificata dai motori middleware, a meno che non aggiungano dati aggiuntivi che cambino il significato dell'ora del messaggio.\r\n* storia: la data in cui la storia è stata assemblata. Questa data sarà utilizzata come tempo _since per richiedere gli aggiornamenti successivi.\r\n* searchset : l'ora in cui è stato assemblato l'insieme di ricerca. Si noti che pagine diverse POSSONO avere timestamp diversi, ma non è necessario. Avere timestamp diversi non implica che le pagine successive rappresentino o includano le modifiche apportate dopo l'interrogazione iniziale.\r\n* transazione | transazione-risposta | batch | batch-risposta | raccolta : nessun significato particolare assegnato\r\n\r\nIl valore del timestamp deve essere maggiore del lastUpdated e degli altri timestamp nelle risorse del bundle e deve essere uguale o precedente al .meta.lastUpdated del bundle stesso."
      },
      {
        "id" : "Bundle.entry",
        "path" : "Bundle.entry",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "profile",
              "path" : "resource"
            }
          ],
          "rules" : "open"
        },
        "short" : "Voce nel bundle - avrà una risorsa o un'informazione",
        "definition" : "Una voce in un bundle di risorse: conterrà una risorsa o informazioni su una risorsa (solo transazioni e cronologia).",
        "comment" : "Questo tipo di Bundle conterrà le risorse:\r\n\r\n* MessageHeader_WL_so\r\n\r\n* Encounter_WL\r\n\r\n* Condition e/o Procedure\r\n\r\nIl MessageHeader_WL_so può avere come eventCoding.code i seguenti:\r\n\r\n* BAR_P10 --> inserimento asa/rischio clinico \r\n\r\n* BAR_P01 --> inserimento diagnosi intervento",
        "orderMeaning" : "Per i bundle di tipo \"document\" e \"message\", la prima risorsa è speciale (deve essere rispettivamente Composition o MessageHeader). Per tutti i bundle, il significato dell'ordine delle voci dipende dal tipo di bundle"
      },
      {
        "id" : "Bundle.entry:MessageHeader_WL_so",
        "path" : "Bundle.entry",
        "sliceName" : "MessageHeader_WL_so",
        "short" : "MessageHeader_WL_so",
        "definition" : "MessageHeader_WL_so",
        "comment" : "può avere come eventCoding.code i seguenti:\r\n\r\n* BAR_P10 --> inserimento asa/rischio clinico \r\n\r\n* BAR_P01 --> inserimento diagnosi intervento",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Bundle.entry:MessageHeader_WL_so.resource",
        "path" : "Bundle.entry.resource",
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "https://eng.it/fhir/StructureDefinition/MessageHeader_WL_so_Eng"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:Encounter_WL",
        "path" : "Bundle.entry",
        "sliceName" : "Encounter_WL",
        "short" : "Encounter_WL",
        "definition" : "Encounter_WL",
        "min" : 1
      },
      {
        "id" : "Bundle.entry:Encounter_WL.resource",
        "path" : "Bundle.entry.resource",
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "https://eng.it/fhir/StructureDefinition/Encounter_WL_Eng"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:Condition",
        "path" : "Bundle.entry",
        "sliceName" : "Condition"
      },
      {
        "id" : "Bundle.entry:Condition.resource",
        "path" : "Bundle.entry.resource",
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "https://eng.it/fhir/StructureDefinition/Condition_Eng"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:Procedure",
        "path" : "Bundle.entry",
        "sliceName" : "Procedure"
      },
      {
        "id" : "Bundle.entry:Procedure.resource",
        "path" : "Bundle.entry.resource",
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "https://eng.it/fhir/StructureDefinition/Procedure_Eng"
            ]
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.